type runtime.funcID
7 uses
runtime (current package)
runtime2.go#L864: funcID funcID // set for certain special runtime functions
symtab.go#L341: type funcID uint8
symtab.go#L344: funcID_normal funcID = iota // not a special function
symtab.go#L1174: funcID funcID // type of the called function
traceback.go#L914: func showframe(f funcInfo, gp *g, firstFrame bool, funcID, childID funcID) bool {
traceback.go#L924: func showfuncinfo(f funcInfo, firstFrame bool, funcID, childID funcID) bool {
traceback.go#L965: func elideWrapperCalling(id funcID) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)